home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / windows / vram100t.zip / INSTALL.BAT next >
DOS Batch File  |  1996-07-10  |  388b  |  8 lines

  1. copy vramdir.vxd %windir%\system\vramdir.vx_
  2. copy vramdir.cpl %windir%\system\vramdir.cp_
  3. copy vramdir.in_ %windir%\inf\vramdir.inf
  4.  
  5. echo HKLM, Software\"Virtual Software"\VRAMDIR, TEMP,, "%temp%" >> %windir%\inf\vramdir.inf
  6. echo HKLM, Software\"Virtual Software"\VRAMDIR, TMP,, "%tmp%" >> %windir%\inf\vramdir.inf
  7. RunDll setupx.dll,InstallHinfSection DefaultInstall 2 vramdir.inf
  8.